|
rs4853 2.2.0
|
Rs4853 Click example. More...
Macros | |
| #define | PROCESS_RX_BUFFER_SIZE 500 |
| #define | TEXT_TO_SEND "MikroE\r\n" |
| #define | DEMO_APP_RECEIVER |
Functions | |
| void | application_init (void) |
| void | application_task (void) |
| int | main (void) |
Rs4853 Click example.
This application is used to communicate between two RS485 Clicks.
The demo application is composed of two sections :
Initializes driver.
Reads the received data.
| #define DEMO_APP_RECEIVER |
| #define PROCESS_RX_BUFFER_SIZE 500 |
| #define TEXT_TO_SEND "MikroE\r\n" |
| void application_init | ( | void | ) |
Logger initialization. Default baud rate: 115200 Default log level: LOG_LEVEL_DEBUG
| void application_task | ( | void | ) |
| int main | ( | void | ) |